@charset "utf-8";
/* CSS Document */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 'Microsoft YaHei',\5b8b\4f53;color:#333;outline:0;}
body{ font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif; line-height:1.75; font-size: 16px; color: #333; line-height: 1.75;}
a,a:hover,a:active,a:visited,a:focus{color:#333; text-decoration: none;}
/*主体样式*/
html,body{ width: 100%; height: 100%; position: relative; }
.container{ width: 100%; max-width: 1560px; margin: auto;}
/*顶部样式*/
#header{ width: 100%; height: auto;}
.head .haedbox{ display: flex; justify-content: space-between; align-items: center;}
.logo{ min-width: 300px; display: flex; justify-content: start; align-items: center; padding: 10px 0;}
.logo img{ max-height: 80px;}
.logo span{ display: block; font-size: 18px; padding-left: 60px; line-height: 30px;}
.oheight{ transition: all 0.5s; background: rgba(255,255,255,0.7);}
.hbbg{ transition: all 0.5s; background:#fff; box-shadow: 0 0 5px #aaa;}
.nav{ width: 100%; height: 50px; line-height: 50px; background: #cd0000; position: relative; z-index: 99;}
.nav ul{ display: flex; justify-content: space-between;}
.nav ul li{ position: relative; min-width: 10%;}
.nav ul li>a{ position: relative; display: inline-block; width: 100%; padding: 0 10px; text-align: center; line-height: 50px; color: #fff; font-size: 16px; }
.nav ul li .subnav{ position: absolute; top: 50px;left: 0; width: 100%; min-width:120px; height:auto; max-height: 0; overflow: hidden; transition: all 0.5s; background:#222 }
.nav ul li>a::before{  display: block; content: ""; position: absolute; z-index: -1; width: 100%; bottom: 0; left: 0; height: 0; background: #111; transition: all 0.5s; }
.nav ul li:hover>a::before,.nav ul li.active>a::before{ height: 100%; }
.nav ul li:hover .subnav{max-height: 500px;}
.nav .subnav a{ display: block; text-align: center; color: #fff; box-sizing: border-box; width: 100%; border-top: 1px solid rgba(255,255,255,0.2); line-height: 40px; font-size: 14px; padding: 0 15px;transition: all 0.5s; }
.nav .subnav a:hover{ background: #cd0000; color: #fff;}
.hbbg .nav ul li>a,.hbbg .logo span{ color: #333;}
.search{ min-width: 240px; padding-left: 15px;}
.search input{ float: left;}
.search input.keywords{ width: 185px; height: 40px; border: 1px solid #da0000; padding: 0 1rem; font-size: 16px; color: #666;}
.search input.search_btn{ width: 40px; height: 40px; border: 0; background: url(../images/s.png) no-repeat center #da0000; background-size: 100% 100%;}
.taobao a{ min-width: 80px; text-align: center; display: block; padding-top: 30px; font-size: 16px; background: url(../images/taobao.png) no-repeat top center; background-size: 30px 30px;}
.taobao.jd a{ background: url(../images/jd.png) no-repeat top center; background-size: 30px 30px;}
.taobao.al a{ background: url(../images/1688.png) no-repeat top center; background-size: 30px 30px;}


.tel{ width: 80%; height: auto; display: flex; justify-content: flex-end; align-items: center;}
.telbox{ width: 280px; padding-left: 15px; display: flex; justify-content:space-between; align-items: center;}
.tel p{ padding: 0 5px; height: 44px;line-height: 16px; }
.tel p span{ font-size: 14px; }
.tel p a{ color: #cd0000; font-size: 24px; line-height: 40px; font-weight: bold;}
.tel .telbox img{ display: block; width: 80px; height: 80px;border: 1px solid #ddd;}
/*移动端导航样式*/
.menu-handler{overflow:hidden;width:60px;height:60px;cursor:pointer;position:absolute;right:0;top:7px;transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);-webkit-transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);-moz-transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);z-index:1012}
.menu-handler .burger{width:32px;height:5px;background:#cd0000;display:block;position:absolute;z-index:5;top:18px;left:50%;margin:0px 0px 0px -16px;transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center}
.menu-handler .burger-2{top:28px}
.menu-handler .burger-3{top:38px}
.menu-handler.active{ top:0}
.menu-handler.active .burger-1{top:30px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}
.menu-handler.active .burger-2{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;left:-100%}
.menu-handler.active .burger-3{top:30px;-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}
.menuBlack{position:fixed;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.5);z-index:999;display:none}
.menuBox{position:fixed;width:100%;top:0;right:-100%;height:100%;background:#222;z-index:1000;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none}
.navMobile{margin-top:60px; padding:30px 0;border-top: 1px solid rgba(255,255,255,0.3)}
.navMobile dd a{display:block;line-height:35px;color:#fff;font-weight:normal;font-size:16px;text-align: center;}
.navMobile dd p a.act{color:#fff}
.mtnav a{padding:13px 48px;font-size:16px}
.mtnav{background:#eee;display:none}
.mtools{overflow:hidden;background:rgba(0,0,0,0.1);position:fixed;right:-100%;bottom:0;width:100%}
.mtools a{display:block;width:33.33%;text-align:center;float:left;padding-top:10px;height:60px;overflow:hidden;color:#fff; border-left: 1px solid rgba(255,255,255,0.1)}
.mtools .iconfont{font-size:20px}
.mtools p{display:inline-block;vertical-align:middle}
.mtools .weixin .ico{background-position:center -198px}
.mtools .sina .ico{background-position:center -378px}
.m-wx{ width: 100%;display: flex; justify-content: center; box-sizing: border-box;padding: 15px; margin: auto; border-top: 1px solid rgba(255,255,255,0.2);}
.m-wx img{ margin: auto; }
.mtools span{display:block;width:100%;height:20px;line-height:20px;float:left}
.m-wx .codebox{ display: flex; justify-content: space-around; max-width: 100%; text-align: center; line-height: 14px; color: #fff}
.m-wx .codebox p{ width: 40%;padding: 2%;}
.mtools .iconfont{font-size:30px;display:block;width:100%;height:20px;line-height:20px;float:left}
/*幻灯样式*/
#banner{ width: 100%; height: auto; position:relative; overflow: hidden; cursor:pointer;}
#banner .swiper-container{ width:100%; margin:0 auto; height:auto;}
#banner .swiper-slide{position:relative;}
#banner .swiper-slide .content{position:absolute;top:50%;right:50%;z-index:20;margin-top:-190px;margin-right:-600px;width:1200px;height:auto}
#banner .swiper-slide .content img{margin:auto;width:auto;height:auto; max-width: 100%;}
#banner .swiper-slide .content a{display:inline-block;margin-top:30px;padding:8px 50px; border-radius: 50px; background:#cd0000;color:#fff}
#banner .img-fix{overflow:hidden}
#banner .swiper-slide img{width:100%;height:auto;transition:1s ease 2s;transform:scale(1,1)}
/* #banner .swiper-slide-active img,#banner .swiper-slide-duplicate-active img{transition:5s ease;transform:scale(1,1)} */
#banner .swiper-container img{width:100%;height:auto;}
#banner .swiper-container .swiper-button-next:hover,#banner .swiper-container .swiper-button-prev:hover{opacity:1}
#banner .swiper-button-next,#banner .swiper-button-prev{padding:5px 0;width:64px; height: 64px; border-radius:50%;opacity:.3}
#banner .swiper-button-prev{left:15px;background:url(../images/left.png) no-repeat center #fff;box-shadow: 0 0 20px rgba(0,0,0,.2);}
#banner .swiper-button-next{right:15px;background:url(../images/right.png) no-repeat center #fff;box-shadow: 0 0 20px rgba(0,0,0,.2);}
#banner .bottom-nav{width:100%;text-align:center;position:absolute;bottom:30px;z-index:10}
#banner .swiper-pagination{position:relative;display:inline-block;height:29px;vertical-align:middle}
#banner .swiper-pagination-bullet{border-radius:9px;width:18px;height:18px; border: 3px solid #cd0000; background: none; box-sizing:border-box;margin:0 5px;vertical-align:middle;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s; opacity: 1;}
#banner .swiper-pagination-bullet-active{background:#cd0000;}
/*首页模块样式*/
#wrapper{ width: 100%; height: auto; background: #fff; overflow: hidden;}

/*优势*/
.module01{ width: 100%; height: auto; overflow: hidden; padding: 50px 0; background: #fff; background-attachment: fixed;}

.tit{ display: block; text-align: center;}
.tit h3{ font-size: 30px; color: #cd0000; line-height: 1; position: relative;}
.tit h3::after{ left: 50%; margin-left: -10px; width: 20px; height: 3px; background: #cd0000; content: ""; position: absolute; bottom: -10px;}
.tit p{ color: #666; font-weight: lighter; text-transform: uppercase; line-height: 2; padding: 10px 0;}

.module01 .box{ display: flex; justify-content: space-between; position: relative; padding:0; overflow: hidden;}
.module01 .box .item{ max-width: 16%;}
.module01 .box a{ display: block; max-width:350px; height: 100%; -webkit-box-sizing:border-box;box-sizing:border-box; text-align: center; cursor: pointer; background: #fff;}
.module01 .box a .img{position:relative; width:100%;height:auto; border: 1px solid #ddd; padding: 5px;  overflow: hidden;}
.module01 .box a .img img{width:100%;height:100%;display:block;}
.module01 .box a h3{ margin-top:15px; font-size: 18px; line-height:1}
.module01 .box a p{ text-align: left; margin-top:10px;font-size:12px;line-height:20px;opacity:.8;text-align: justify; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.module01 .box a span{ display: inline-block; padding: 2px 15px; border: 1px solid #ddd; font-size: 12px; margin-top: 15px;}
.module01 .box a:hover h3,.module01 .box a:hover span{ color: #cd0000;}
.module01 .box a:hover .img{ border-color: #da0000;}

.module02{ width: 100%; height: auto; overflow: hidden; padding: 50px 0;  }
.index-dexiya-list4{ display: flex; justify-content: space-between; position: relative; padding:0; overflow: hidden;}
.index-dexiya-list4 .item{ width: 100%; max-width: 24%;}
.index-dexiya-list4 .col{max-width:350px; height: 100%; padding:50px 15px;-webkit-box-sizing:border-box;box-sizing:border-box; text-align: center; cursor: pointer; background: #f5f5f5;}
.index-dexiya-list4 .col .ico{position:relative; width:100px;height:100px;margin: 20px auto;}
.index-dexiya-list4 .col .ico .icoImg{width:100%;height:100%;display:block;}
.index-dexiya-list4 .col .dt{ margin-top:15px; font-size: 24px; line-height:1}
.index-dexiya-list4 .col .dd{ text-align: left; margin-top:10px;font-size:18px;line-height:22px;opacity:.8;text-align: center;}
.index-dexiya-list4 .col:hover .dt{ color: #cd0000;}
.index-dexiya-list4 .col:hover .icoImg {animation: bounce 1s; -webkit-transform: bounce 1s;transform: bounce 1s;}

  .module03{ padding-top: 30px; overflow: hidden; display: flex; justify-content: space-between;}
  .module03_sidebar{ width: 17%; min-width: 220px; height: auto; overflow:hidden; background: #eee;}
  .module03_sidebar h3{ padding: 15px; background:url(../images/sidebarbg.jpg) no-repeat #cd0000; background-size: cover; background-position: 50%; color: #fff; height: 80px; display: flex; flex-direction: column;}
  .module03_sidebar h3 span{ font-size: 24px; font-weight: normal;}
  .module03_sidebar h3 small{ color: #fff; line-height: 2; font-size: 14px;}
  .module03_sidebar ul{ padding: 15px;}
  .module03_sidebar ul li{ height: 40px; line-height: 40px;}
  .module03_sidebar ul li a{ display: block; padding-left: 30px; position: relative;}
  .module03_sidebar ul li a::before{ position: absolute; left: 10px; top: 19px; content: ""; display: block; width: 7px; height: 7px; border-radius: 50%; border:1px solid #cd0000;}
  .module03_sidebar ul li a:hover{ color: #cd0000; font-weight: bold;}
  .module03 .box{ width: 80%;}
  .module03 .swiper-container{ width: 100%; height: auto; position: relative;}
  .module03 .swiper-slide{ width: 100%; height: auto; overflow: hidden; background: #f5f5f5;}
  .module03 .swiper-slide-content{ display: flex; justify-content: space-between;}
  .module03 .swiper-slide-content .txt, .module03 .swiper-slide-content .img{ width: 50%;}
  .module03 .swiper-slide-content .img{ padding: 15px;}
  .module03 .swiper-slide-content .txt{ padding:20px 40px;}
  .module03 .swiper-slide-content .txt span{ display: block; font-size: 18px;}
  .module03 .swiper-slide-content .txt h1 a{ font-size: 24px; line-height: 30px; font-weight: normal; color: #cd0000;}
  .module03 .swiper-slide-content .txt p{ font-size: 14px; color: #888; margin: 20px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4; -webkit-box-orient: vertical;}
  .module03 .swiper-slide-content .work{ padding-top: 10px;}
  .module03 .swiper-slide-content .more{ padding: 5px 15px; font-size: 12px; background: #cd0000; color: #fff;}
  .module03 .swiper-slide-content h3{ padding-bottom: 10px; font-size: 18px; font-weight: normal;}
  .module03 .swiper-slide-content .list-work{ color: #888; margin-bottom: 15px; font-size: 14px;}

  .module03 .swiper-pagination{ position: absolute; width: 150px; height: auto; overflow: hidden; right: 80px; top: 80px; left: auto; background: none;}
  .module03 .swiper-pagination span{ display: block; width: 100%; height: 40px; line-height: 40px; position: relative; text-align: left; padding-left: 30px;}
  .module03 .swiper-pagination-bullet{ border-radius: 0; background: none; opacity: 1; color: #666; font-size: 14px; transition: all 0.5s;}
  .module03 .swiper-pagination-bullet-active{ font-size: 18px; color: #333;}
  .module03 .swiper-pagination-bullet::before{ content: ""; position: absolute; width: 0; height: 1px; background: #333; left: -30px; top: 21px; transition: all .5s;}
  .module03 .swiper-pagination-bullet-active::before{ width: 50px;}
  .module03 .swiper-button-prev,.module03 .swiper-button-next{ width: 40px; height: 70px; top: 48%; bottom: 40px;}
  .module03 .swiper-button-prev{  z-index: 999;left: 0; right: auto; background: url(../images/l.png) no-repeat center #ccc; background-size: 10px 20px;}
  .module03 .swiper-button-next{ z-index: 999; background: url(../images/r.png) no-repeat center #ccc; right: 0; background-size: 10px 20px;}
  .module03 .swiper-button-prev:hover,.module03 .swiper-button-next:hover{ background-color: #cd0000;}
  
.ad{ width: 100%; height: 140px; background: url(../images/ad.jpg) no-repeat #eee; background-size: cover; background-position: 50%; margin: 15px 0;display: flex; display: -webkit-flex; -webkit-align-items: center; -webkit-justify-content: end; align-items: center; justify-content: end;}
.ad_tel{ width: 100%; padding-left: 50%; display: flex; display: -webkit-flex; -webkit-justify-content: flex-start; justify-content: flex-start;}
.ad_tel p{ font-style: italic; font-size: 14px; color: #666; line-height: 1.5; padding-left: 60px; padding-right: 40px; background: url(../images/tel.png) no-repeat left center;}
.ad_tel p b{ font-size: 24px; color: #cd0000;}

.module04 .box{ padding-bottom: 30px;}
.module04 .box ul{ display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.module04 .box li .img{background-size: cover; background-position: 50%;}
.module04 .box li.lt{ width: 20%;}
.module04 .box li.lt span{ position: absolute; top:0; display: block; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #cd0000; color: #fff; font-size: 24px;}
.module04 .box li.lt span::before{ content: ""; position: absolute; display: block; width: 30%; height: 1px; background: #fff; top: 80%; left: 0; transform: rotate(-45deg);}
.module04 .box li.lt span::after{ content: ""; position: absolute; display: block; width: 30%; height: 1px; background: #fff; top: 20%; left: 70%; transform: rotate(-45deg);}
.module04 .box li.lt a{ position: relative; display: block; padding-top: 81%; }
.module04 .box li.ct{ width: 55%; border-left: 1px solid #fff;border-right: 1px solid #fff;}
.module04 .box li.ct a.img{ display: block; padding-top: 59.3%;}
.module04 .box li.rt{ width: 25%;}
.module04 .box li.rt a.img{ display: block; padding-top: 65%;}


.module05{ padding: 50px 0;}
.module05 .box{ display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between;}
.module05 .lbox{ width: 64%;}
.module05 .lbox ul{ display: flex; justify-content: space-between;}
.module05 .lbox ul li{ width: 47%;}
.module05 ul li .txt{ padding: 1.5rem; background: #fff;}
.module05 ul li h3{ font-size: 18px; font-weight: bold; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.module05 ul li p{ font-size: 1.4rem; margin: 1rem 0; color: #888; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.module05 ul li span{ font-size: 1.2rem; color: #aaa;}
.module05 .rbox{ width: 32%; background: #f5f5f5;}
.module05 .rbox ul{ padding: 3rem;}
.module05 .rbox ul li{ margin-bottom: 2rem;}
.module05 ul li:hover h3{ color: #cd0000;}
.module05 ul li:hover p{ color: #333;}
.module05 .swiper-pagination-bullet-active{ background: #cd0000;}

.module06 { padding: 50px 0;}
.module06 .imglist a{display: block; padding: 15px; border:1px solid #ddd; text-align:center;}
.module06 .imglist a .img{ position: relative; padding-top: 65%;}
.module06 .imglist a .img img{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin:auto; max-height: 100%; }


  /*底部样式*/
  .footer{ background: #f5f5f5;}
  .footer .container{display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; padding-top: 6rem; padding-bottom: 6rem;}
  .footer .lbox{ width: 70%;}
  .footer .lbox ul{display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between;}
  .footer .lbox ul li{ padding-right: 3rem;}
  .footer .lbox ul li a{ display: block; line-height: 1.2; font-size: 1.8rem; font-weight: bold; padding-bottom: 3rem;}
  .footer .lbox ul li .submenu a{ font-size: 1.4rem; font-weight: normal; padding-bottom: 1rem; color: #888;}
  .footer .lbox ul li a:hover{ color: #cd0000;}
  .footer .rbox{ width: 30%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end;}
  .footer .rbox .WeChat,.footer .rbox .douyin{ width: 45%; max-width: 15rem; font-size: 1.4rem; text-align: center; line-height: 2;}
  .footer .rbox .WeChat{ margin-right: 5rem;}
  .footer .rbox img{ max-width: 15rem;}
 
  .Copyright{ width: 100%; height: auto; line-height: 2; padding: 1.5rem 0; background: #222; color: #fff; font-size: 1.4rem; text-align: center;}
  .Copyright a{ color: #fff; display: inline-block;}


  
/*移动端底部拨号按钮*/
.footer-nav{ display: none; border-top: 1px solid rgba(255,255,255,0.3); position:fixed;right:0;bottom:0;left:0;z-index:9999;height:55px;background:#cd0000;color:#fff;align-items:center;justify-content:space-around}
.footer-nav .nav-item{display:flex;width:25%;height:100%;color:#fff;vertical-align:middle;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:12px;flex-shrink:1;align-items:center;flex-direction:column;justify-content:center}
.footer-nav .nav-item.active{background-color:#cd0000}
.footer-nav .nav-item .nav-icon{display:block;margin-bottom:2px;width:24px}
.footer-nav .nav-item .nav-icon>img{display:block;max-width:100%}
.show-wx{position: fixed; bottom: 54px; z-index: 1002; width: 100%; display: none; overflow: hidden; text-align: center;}
.show-wx img{ display: inline-block;max-width: 150px;}
/*侧边栏客服样式*/
.floating_ck{position:fixed;right:20px;top:30%;z-index:9999;display:block;}
.floating_ck dl dd{position:relative;width:60px;height:60px;margin-bottom: 1px; background-color: #cd0000;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;color: #666666;}
.floating_ck dl dd:hover{background-color:#cd0000;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../images/kficon.png);}
.words{background-image:url(../images/icon_nav_tel.png); background-size: 30px 30px;}
.quote{background-image:url(../images/kficon.png);}
.qrcord{background-image:url(../images/erweima.png);}
.return{background-image:url(../images/fanhui.png);}
.floating_ck dd span{color: #fff;display:block;padding-top:40px;font-size:10px}
.floating_left{position:absolute;left:-120px;top:0px;width: 120px;height:60px;background-color: #cd0000;border: solid 1px #cd0000;display:none;}
.floating_left a{color: #fff;line-height:60px;}
.floating_ewm{height:180px;top:-80px;}
.floating_ewm i{ background-size: 100%; display:block;width:100px;height:100px;margin:auto;margin-top:10px;}
.floating_ewm p{color: #fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:8px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:12px;}


@media screen and (max-width: 1560px) {
    .container{ max-width: 1280px;}
    .module03 .swiper-pagination{top: 40px; right: 40px;}
    .module03 .swiper-pagination span{ height: 30px; line-height: 30px;}
    .module03 .swiper-pagination-bullet::before{ top: 16px;}
    .module03 .swiper-slide-content .txt p{margin: 15px 0;}
    .module05 .rbox ul li:last-child{ display: none;}
    .logo img{ max-height: 60px;}
    .telbox{ width: 220px}
    .tel .telbox img{width: 60px; height: 60px;}
    .tel p a{ font-size: 20px }


}
@media screen and (max-width: 1199px) {
   .logo{ width: 30%;}
   .tel{ width: 70%; padding-right: 40px;}
   .module01 .box{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
   .module01 .box .item{ max-width: 30%; margin-bottom: 20px;}
   .module03 .box{ width: 100%; padding: 0;}
   .telbox{ margin-right: 80px;}
   .ad_tel{ padding-left: 0; justify-content: flex-end;}
   
}

/*ipad样式*/
@media screen and (max-width: 1024px) {
    .logo{ width: 100%;}
    #banner{ padding-top: 74px;}
    #header{ padding: 5px 0; position: fixed; background: #fff; z-index: 1001;}
    .logo img{ max-height: 44px;}
   
    .tel p a{ font-size: 18px;}
    .telbox{ display: none;}
    .logo span{ padding-left: 20px;}
    .index-dexiya-list4 .col .ico{ width: 60px; height: 60px; margin-bottom: 0;}
    .index-dexiya-list4 .col{ padding: 10px;}
    .index-dexiya-list4 .col .dt,.module02 ul .clname a{ font-size: 18px;}
    .index-dexiya-list4 .col .dd{ font-size: 12px; }
    .module02 ul .clname_box{ min-width: 50px; max-width: 50px;}
    .module03 .swiper-slide-content .txt h1{ font-size: 30px; line-height: 30px;}
    .module03 .swiper-slide-content .txt p{ font-size: 12px;}
    .module03 .swiper-button-prev, .module03 .swiper-button-next{ width: 40px; height: 40px; background-size:12px 20px;}
    .module03 .swiper-button-prev{right: 80px;}
    .module03 .swiper-slide-content h3{ padding: 0;}
    .module03 .swiper-slide-content a{margin: 0;}
    .ad_tel{ font-size: 12px; width: 60%; }
    .ad_tel p{font-size: 1em;}
    .ad_tel p b{font-size: 1.5em}

    .module05 .box,.footer .container{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
    .module05 .lbox{ margin-bottom: 3rem;}
    .module05 .rbox,.module05 .lbox{ width: 100%;}
    .footer .lbox,.footer .rbox{ width: 100%;}
    .footer .rbox{ -webkit-justify-content: space-around; justify-content: space-around;}
}

/*moblie样式*/
@media screen and (max-width: 768px) {
    .ad_tel{ width: 100%; justify-content: center;}
    .ad{ background: url(../images/mad.jpg) no-repeat; background-size: 100% 100%; height: 120px;}
    .menu-handler{ top: 0;}
    .floating_ck{display:none;}
    .logo{ width: 100%; min-width: 200px;}
     .logo img{ max-height: 40px;}
    .logo span{color: #333; font-size: 12px;}
    .tel{ margin-right: 60px;}
    .taobao a,.taobao.jd a,.taobao.al a{ line-height: 18px; font-size: 14px; background-size: 20px 20px; padding-top: 20px;}
    #header{ padding: 0; background: #fff;}
    #banner{ padding-top: 60px;}
    #banner .swiper-slide .content a{ font-size: 12px; padding: 5px 20px; margin-top: 15px;}
    #banner .bottom-nav{ bottom: 10px;}
    #banner .swiper-button-next, #banner .swiper-button-prev{ display: none;}
    #banner .swiper-pagination-bullet{border-radius:5px;width:10px;height:10px;border: 1px solid #cd0000;}
  
    .module01,.module02,.module05,.module06{ padding: 30px 0;}
    .index-dexiya-list4{ flex-wrap: wrap; padding: 0;}
    .index-dexiya-list4 .item{ max-width: 49%; margin-bottom: 15px;}
    .index-dexiya-list4 .col{ padding: 15px;}
    .tit .ltit{ max-width: 50%; min-width: auto;}
    .tit a.more{ padding: 5px; min-width: 120px; font-size: 14px;}
    .module01 .box .item{ max-width: 48%; margin-bottom: 20px;}
    .module02 ul{ flex-wrap: wrap;}
    .module02 ul .clname{ width: 100%;}
    .module02 ul .clname_box{min-width: 100%; max-width: 100%;}
    .module02 ul .clname a{ letter-spacing: 0; writing-mode: inherit;}
    .module02 ul li{ max-width: 100%; margin-top: 10px;}
    .module03 .swiper-slide-content{ padding: 0; flex-wrap: wrap;}
    .module03 .swiper-slide-content .txt{ padding: 15px;padding-bottom: 60px;}
    .module03 .swiper-slide-content .txt,.module03 .swiper-slide-content .img{ width: 100%;}
    .module03 .swiper-slide-content .img{padding: 0;}
    .module03 .swiper-slide-content .img a{ display: block;}
    .module03 .swiper-pagination{ top: 10px; right: 10px;}
    .module03 .swiper-pagination-bullet-active{ color: #fff;}
    .module03 .swiper-pagination-bullet::before { background: #fff;}
    .module03 .swiper-button-prev, .module03 .swiper-button-next{ top: 30%; }
    .module03 .swiper-button-prev{ right: 55px;}
    .module04 .box li.lt span{ font-size: 16px;}
    .footer{ margin-top: 0;padding-bottom:55px;}
    .footer .container{ padding-top: 30px; padding-bottom: 30px;}
    .footer-nav{ display: flex;}

}
@media screen and (max-width: 480px) {
    .module04 .box ul{ flex-wrap: wrap;}
    .module04 .box li.lt,.module04 .box li.ct{ width: 50%;}
    .module04 .box li.ct{ border: 0;}
    .module04 .box li.rt{ width: 100%;}
    .module04 .box li.lt a:first-child{ display: none;}
    .module04 .box li a.img{ margin-bottom: 1px; padding-top: 70% !important;}
}

.shop{ display: flex; display: -webkit-flex; -webkit-justify-content: space-around; justify-content: space-around; }
.shop .taobao a{ color: #fff }

.links .link1,.links .link2{ width: 100%;margin: 1.5rem 0; position: relative; }
.links a{ display: inline-block; line-height: 20px; padding:0 10px; margin:10px 0;color: #666 }
.links a:hover{ color: #333 }
.links .link2 h3{ font-size: 20px; color: #cd0000; text-align: center;line-height: 60px;}
.links .link2{ margin-top: 60px; border:1px solid #ddd; padding:15px; padding-top: 60px }
.links .link2 h3{ width: 200px; position: absolute; left: 50%; top: -30px; border:1px solid #ddd; margin-left: -100px; background: #fff; }
.links .link2 h3 small{ color: #333; font-size: 16px }
.links .link1 p{ padding: 10px 0; }
.links .flex{ display: flex; display: -webkit-flex; -webkit-justify-content: flex-start; -webkit-align-items: stretch; -webkit-flex-wrap: wrap; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
.links .flex a{ width: 10%; margin-left: 1%; background: #f0f0f0; padding: 5px 0; text-align: center;}
@media screen and (max-width: 1600px) {
  .links .flex a{ width: 13.1%;}
}
@media screen and (max-width: 1199px) {
  .links .flex a{ width: 15%;}
}

@media screen and (max-width: 767px) {
  .links .link1 b{ display: block; }
  .links .flex a{ width: 32%; font-size: 12px;}
}

.video{ position: fixed; bottom: 0; right: 0; z-index: 9999; width: 300px; height: 180px; background: #000;}
.colse_video{ position: absolute; top: 0; right:0; padding:0 10px; background: rgba(255,255,255,0.3); color: #666; cursor: pointer; font-size: 12px;}